home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac CD-ROM 59 / SVM Mac CD-ROM - No 59.iso / demo camisole / Titre.Dxr / 00083_Initialisation du jeu.ls < prev    next >
Encoding:
Text File  |  1999-04-06  |  1021 b   |  22 lines

  1. on startMovie
  2.   global gNiveauDuJeu, gViesCamisole, gJeuxBiblos, gNiveauSon, gCursDoigt, gCursGauche, gCursDroit, gCursCami, gCursPoing, gCursSortie, gCursRond, gCursMain
  3.   initQuitter()
  4.   set gJeuxBiblos to [#poubelle: 1, #valises: 1, #landau: 1, #clown: 1, #egout: 1, #etagere: 1, #grimoire: 1, #flacons: 1, #ombres: 1, #zoom: 1, #hachoir: 1, #bocal: 1, #pont: 1, #microbes: 1, #autos: 1, #bourgeons: 1, #visiteur: 1, #bateaux: 1, #camisoles: 1, #escargots: 1]
  5.   set gNiveauSon to the soundLevel
  6.   set gViesCamisole to 4
  7.   set gNiveauDuJeu to "B"
  8.   set gCursDoigt to the number of member "CursDoigt"
  9.   set gCursGauche to the number of member "CursGauche"
  10.   set gCursDroit to the number of member "CursDroit"
  11.   set gCursCami to the number of member "CursCami"
  12.   set gCursSortie to the number of member "CursSortie"
  13.   set gCursPoing to the number of member "CursPoing"
  14.   set gCursRond to the number of member "CursRond"
  15.   set gCursMain to the number of member "CursMain"
  16.   cursRond()
  17. end
  18.  
  19. on stopMovie
  20.   initbiblos()
  21. end
  22.